/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}
b,
strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  border: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}
a img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
li {
  /*
  For IE6 + IE7.
*/
  display: list-item;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q {
  quotes: none;
}
blockquote:before:before,
blockquote:after:before,
q:before,
blockquote:before:after,
blockquote:after:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
svg {
  /*
  For IE9.
*/
  overflow: hidden;
}
body {
  line-height: 1;
}
body {
  min-width: 1200px;
}
.container {
  position: relative;
  width: 1170px;
  margin: auto;
  padding: 0 15px;
}
.container:before,
.row:before,
.container:after,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.container:after,
.row:after {
  clear: both;
}
.container,
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-center {
  float: none;
  margin: 0 auto;
}
.p-left {
  float: left;
}
.p-right {
  float: right;
}
.p-hidden {
  display: none;
}
.p-nopadding {
  padding: 0;
}
.p-alpha {
  margin: 0;
}
.p-text-center {
  text-align: center;
}
.p-text-left {
  text-align: left;
}
.p-text-right {
  text-align: right;
}
* {
  -webkit-text-size-adjust: none;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.browserupgrade {
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
  background: #ccc;
  color: #000;
}
.browserupgrade a,
.browserupgrade a:hover,
.browserupgrade a:visited,
.browserupgrade a:active {
  color: #ff0000;
}
::selection {
  background: #ff0000;
  color: #fff;
}
::-moz-selection {
  background: #ff0000;
  color: #fff;
}
a {
  color: #ff0000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #990000;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0 20px;
  font-family: 'helveticaneuecyrbold', sans-serif;
  line-height: 1.2;
}
h1 {
  font-size: 75px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 18px;
}
p {
  margin: 0 0 15px;
  font-size: 35px;
  line-height: 1.5;
}
ol,
ul {
  margin: 0 0 15px 15px;
  padding: 0;
}
ol li {
  margin-bottom: 10px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dl dt {
  margin-left: 0;
  margin-bottom: 15px;
}
dl dd {
  margin-left: 25px;
  margin-bottom: 15px;
}
code,
pre {
  padding: 0 3px 2px;
  color: #333;
  border-radius: 4px;
}
sup,
sub {
  font-size: 10px;
}
.viewport {
  max-height: 9001em;
}
b,
strong {
  font-weight: 700;
}
nav:before,
nav:after {
  content: " ";
  display: table;
  line-height: 0;
}
nav:after {
  clear: both;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}
nav ul li {
  display: table-cell;
  vertical-align: middle;
}
nav ul li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ff0000;
  font-size: 20px;
}
.button,
a.button,
button,
input[type="submit"] {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 20px 20px;
  font-size: 35px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 3px 6px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 3px 6px -3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 3px 6px -3px rgba(0, 0, 0, 0.25);
}
.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
.button:active,
a.button:active,
button:active,
input[type="submit"]:active,
.button.active,
a.button.active,
button.active,
input[type="submit"].active,
.button:focus,
a.button:focus,
button:focus,
input[type="submit"]:focus {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  background-image: none;
  border-color: transparent;
}
.button.disabled,
a.button.disabled,
button.disabled,
input[type="submit"].disabled,
.button[disabled],
a.button[disabled],
button[disabled],
input[type="submit"][disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
a.button.disabled,
aa.button.disabled,
abutton.disabled,
ainput[type="submit"].disabled {
  pointer-events: none;
}
input,
textarea,
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
input,
textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px;
  margin-bottom: 20px;
  font-size: 25px;
  color: #222222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bcbec0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bcbec0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bcbec0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bcbec0;
}
input[type="text"],
input[type="email"],
input[type="pasword"] {
  height: 50px;
}
textarea {
  min-height: 190px;
  overflow: auto;
  resize: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr td {
  padding: 10px 0;
  font-family: 'helveticaneuecyrmedium', sans-serif;
  min-width: 200px;
}
table tr.bordered {
  border-bottom: 1px solid #ff0000;
}
.modal-form {
  display: none;
  width: 800px;
  height: 550px;
  border-radius: 0;
  border: 1px solid #b2b2b2;
  background: #b2b2b2;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -275px;
  margin-left: -400px;
  padding: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1200;
  text-align: center;
}
.modal-form .modal-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 35px;
  text-decoration: none;
  color: #ff0000;
  cursor: pointer;
}
.modal-form .modal-close:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.modal-form .modal-header {
  padding-bottom: 25px;
  font-weight: 700;
  color: #fff;
}
.modal-form .modal-header p {
  margin: 0;
}
.modal-form .button {
  margin-top: 40px;
  width: 450px;
}
.overlay {
  z-index: 1100;
  position: fixed;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
html {
  background: #ffffff;
  color: #222222;
}
body {
  position: relative;
  background: #ffffff;
  font-family: 'helveticaneuecyrroman', sans-serif;
  font-size: 35px;
  line-height: 1.5;
  color: #222222;
}
footer {
  padding: 150px 0 0;
}
footer #footer-info {
  padding: 50px;
  border: 4px dashed #ff0000;
  color: #505050;
  font-family: 'helveticaneuecyrbold', sans-serif;
  overflow: hidden;
}
footer #footer-info a[href^="mailto"] {
  color: #505050;
}
footer #footer-info span {
  display: block;
}
footer #footer-info h2,
footer #footer-info p {
  margin: 0;
  text-transform: uppercase;
}
footer #footer-info p {
  font-size: 20px;
  font-family: 'helveticaneuecyrroman', sans-serif;
}
footer #footer-info .button-send {
  margin: 20px auto 30px;
  width: 100%;
}
footer .copy {
  padding: 20px 0 0 ;
  font-size: 18px;
}
.button-primary,
.button-send {
  position: relative;
}
.button-primary:active,
.button-send:active {
  top: 1px;
}
.button-primary,
a.button-primary,
button.button-primary {
  color: #ff0000;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 0 15px 0 #aeaeae;
  -moz-box-shadow: 0 15px 0 #aeaeae;
  box-shadow: 0 15px 0 #aeaeae;
}
.button-primary:hover,
a.button-primary:hover,
button.button-primary:hover {
  -webkit-box-shadow: 0 15px 0 #aeaeae, 0 0 80px 8px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 15px 0 #aeaeae, 0 0 80px 8px rgba(255, 255, 255, 0.75);
  box-shadow: 0 15px 0 #aeaeae, 0 0 80px 8px rgba(255, 255, 255, 0.75);
}
.button-primary:active,
a.button-primary:active,
button.button-primary:active,
.button-primary.active,
a.button-primary.active,
button.button-primary.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button-send,
a.button-send,
button.button-send {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
  -webkit-box-shadow: 0 15px 0 #aeaeae;
  -moz-box-shadow: 0 15px 0 #aeaeae;
  box-shadow: 0 15px 0 #aeaeae;
}
.button-send:hover,
a.button-send:hover,
button.button-send:hover {
  -webkit-box-shadow: 0 15px 0 #aeaeae, 0 0 20px 8px rgba(255, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 0 #aeaeae, 0 0 20px 8px rgba(255, 0, 0, 0.5);
  box-shadow: 0 15px 0 #aeaeae, 0 0 20px 8px rgba(255, 0, 0, 0.5);
}
.button-send:active,
a.button-send:active,
button.button-send:active,
.button-send.active,
a.button-send.active,
button.button-send.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#go-top {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 1060;
  background: url("../img/arrow-top.png") center no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#go-top:hover {
  opacity: 0.8;
}
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal button.button {
  display: block;
  width: 100%;
}
.form-order {
  padding: 20px 50px 30px;
  background: #ff0000;
  -webkit-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  text-align: center;
  color: #fff;
}
.form-order p {
  margin: 0 0 8px;
  line-height: 1;
  font-weight: 700;
}
.border-bottom {
  border-bottom: 50px solid #ff0000;
}
.divider {
  position: relative;
}
.divider:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ff0000;
}
.section {
  overflow: hidden;
}
.section ul {
  margin: 0;
}
.section h2 {
  margin: 0 0 50px;
}
.section h2,
.section h3 {
  text-align: center;
  text-transform: uppercase;
}
#content .section {
  padding: 100px 0;
  max-height: 9001em;
}
.section-link {
  display: inline-block;
  font-family: 'helveticaneuecyrbold', sans-serif;
  cursor: pointer;
}
.section-link:after {
  content: "\00BB";
  font-size: 50px;
  padding-left: 15px;
}
.section-link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header {
  background: url(../img/header_bg.jpg) 50% 0;
}
header .header-caption {
  padding-top: 20px;
  padding-bottom: 30px;
}
header .header-caption .logo {
  display: inline-block;
  line-height: 0;
  width: 430px;
  height: 100px;
  background: url('../img/logo.png') center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -khtml-background-size: contain;
  background-size: contain;
}
header .header-caption p {
  margin: 0;
  font-family: 'helveticaneuecyrbold', sans-serif;
  text-align: right;
}
header .header-caption p span {
  display: block;
  color: #ff0000;
}
.header-info {
  width: 600px;
  padding: 100px 0;
  float: right;
  text-align: right;
  color: #ff0000;
}
.header-info h2,
.header-info h3 {
  text-align: right;
}
.header-info h2 {
  margin: 0 10px;
  text-transform: none;
}
.header-info h3 {
  margin: 0;
  padding: 10px 0;
  color: #222222;
  text-transform: uppercase;
  border-top: 4px solid #ff0000;
  border-bottom: 4px solid #ff0000;
}
.header-info ul {
  padding-top: 20px;
}
.header-info ul li {
  display: inline-block;
  padding-right: 30px;
}
.header-info ul li span {
  padding: 0 5px;
  background-color: #ff0000;
  color: #ffffff;
  text-transform: uppercase;
}
.header-info ul li:last-child {
  padding-right: 0;
}
.header-info ul li.divider:after {
  top: 50%;
  right: 5px;
  margin-top: -5px;
}
.header-info p {
  font-size: 50px;
}
.header-info p span {
  display: block;
  font-size: 65px;
}
nav {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.7);
}
nav ul {
  margin: 0;
}
nav ul li {
  text-align: center;
  border-left: 1px solid #ff0000;
}
nav ul li a {
  height: 50px;
  line-height: 25px;
  padding: 3px 20px;
}
nav ul li:first-child {
  border-left: none;
}
nav ul li:first-child a {
  padding: 3px 20px 3px 0;
}
nav ul li:first-child a,
nav ul li:last-child a {
  width: 200px;
}
nav ul li:last-child a {
  padding: 3px 0 3px 20px;
}
nav ul li.active a {
  color: #970000;
}
#section1 {
  background-image: url(../img/section1.jpg);
}
#section1 h2 {
  font-size: 90px;
  line-height: 90px;
  color: #ffffff;
}
#section1 h2 span {
  color: #ff0000;
}
#section1 ul.numbers {
  text-align: right;
}
#section1 ul.numbers li {
  display: block;
  margin-bottom: 50px;
  font-family: 'helveticaneuecyrbold', sans-serif;
  font-size: 110px;
  line-height: 80px;
  color: #ffffff;
}
#section1 ul.numbers li .number-bg {
  display: inline-block;
  position: relative;
  width: 650px;
  height: 80px;
  background-image: url("../img/number_bg.png");
}
#section1 ul.numbers li .number-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0 0 50px;
  text-align: left;
  font-family: 'helveticaneuecyrmedium', sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #ff0000;
}
#section1 ul.numbers li .divider:after {
  bottom: 25px;
  right: 15px;
}
.grafic-box {
  position: relative;
}
.follow li span {
  position: absolute;
  display: block;
  height: 2px;
  background: #9d9ba1;
  margin: 0 auto;
}
.follow li span:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin: -5px 0 0;
  background: #ff0000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.grafic-info {
  position: relative;
}
.grafic-info li {
  position: absolute;
  padding-bottom: 4px;
  font-family: 'helveticaneuecyrthin', sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  border-bottom: 1px solid #ff0000;
}
.grafic-info li em {
  display: block;
  font-size: 45px;
  line-height: 45px;
  font-style: normal;
  color: #9A999E;
}
#section2 h2 {
  margin: 0 0 100px;
  font-size: 75px;
  color: #005c89;
}
#section2 #grafic-box1 {
  width: 694px;
  height: 684px;
  background: url(../img/grafic1.png);
}
#section2 #grafic-box1 .follow li.line1 span {
  width: 150px;
  top: 200px;
  left: 112px;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
#section2 #grafic-box1 .follow li.line2 span {
  width: 135px;
  top: 50px;
  left: 260px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
}
#section2 #grafic-box1 .follow li.line3 span {
  width: 120px;
  top: 50px;
  right: 120px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#section2 #grafic-box1 .follow li.line4 span {
  width: 120px;
  top: 80px;
  right: 60px;
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  -o-transform: rotate(140deg);
  transform: rotate(140deg);
}
#section2 #grafic-box1 .follow li.line5 span {
  width: 210px;
  top: 107px;
  right: -50px;
  -webkit-transform: rotate(170deg);
  -moz-transform: rotate(170deg);
  -ms-transform: rotate(170deg);
  -o-transform: rotate(170deg);
  transform: rotate(170deg);
}
#section2 #grafic-box1 .grafic-info li {
  width: 120px;
}
#section2 #grafic-box1 .grafic-info li.info1 {
  top: 200px;
  left: 0;
}
#section2 #grafic-box1 .grafic-info li.info2 {
  top: -30px;
  left: 150px;
}
#section2 #grafic-box1 .grafic-info li.info3 {
  top: -60px;
  left: 370px;
}
#section2 #grafic-box1 .grafic-info li.info4 {
  top: -10px;
  right: -40px;
  text-align: left;
  width: 100px;
}
#section2 #grafic-box1 .grafic-info li.info5 {
  top: 60px;
  right: -180px;
  text-align: left;
}
#section2 #grafic-box2 {
  width: 680px;
  height: 658px;
  background: url(../img/grafic2.png);
}
#section2 #grafic-box2 .follow li.line1 span {
  width: 80px;
  top: 300px;
  left: 240px;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
#section2 #grafic-box2 .follow li.line2 span {
  width: 80px;
  top: 130px;
  left: 240px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
#section2 #grafic-box2 .follow li.line3 span {
  width: 120px;
  top: 35px;
  left: 275px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
}
#section2 #grafic-box2 .follow li.line4 span {
  width: 100px;
  top: 70px;
  right: 30px;
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  transform: rotate(130deg);
}
#section2 #grafic-box2 .follow li.line5 span {
  width: 80px;
  top: 385px;
  right: 100px;
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}
#section2 #grafic-box2 .grafic-info .info1 {
  top: 300px;
  left: 130px;
}
#section2 #grafic-box2 .grafic-info .info2 {
  top: 100px;
  left: 100px;
}
#section2 #grafic-box2 .grafic-info .info3 {
  top: -40px;
  left: 180px;
}
#section2 #grafic-box2 .grafic-info .info4 {
  top: -10px;
  right: -60px;
  text-align: left;
  width: 100px;
}
#section2 #grafic-box2 .grafic-info .info5 {
  top: 370px;
  right: 0;
  text-align: left;
}
#section2 #grafic-box3 {
  width: 489px;
  height: 484px;
  background: url(../img/grafic3.png);
}
#section2 #grafic-box3 .follow li.line1 span {
  width: 80px;
  top: 340px;
  right: 100px;
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}
#section2 #grafic-box3 .follow li.line2 span {
  width: 80px;
  top: 20px;
  left: 230px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
#section2 #grafic-box3 .follow li.line3 span {
  width: 100px;
  top: 14px;
  right: 105px;
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  transform: rotate(130deg);
}
#section2 #grafic-box3 .grafic-info .info1 {
  top: 370px;
  right: 0;
  text-align: left;
}
#section2 #grafic-box3 .grafic-info .info2 {
  top: -30px;
  left: 115px;
  width: 120px;
}
#section2 #grafic-box3 .grafic-info .info3 {
  top: -60px;
  right: 20px;
  text-align: left;
  width: 100px;
}
#section2 #grafic-box4 {
  width: 368px;
  height: 325px;
  margin: auto;
  background: url(../img/grafic4.png);
}
#section2 #grafic-box4 .follow li.line1 span {
  width: 120px;
  top: 35px;
  left: 55px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section2 #grafic-box4 .follow li.line2 span {
  width: 80px;
  top: 10px;
  left: 230px;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
#section2 #grafic-box4 .grafic-info .info1 {
  top: -30px;
  left: -30px;
}
#section2 #grafic-box4 .grafic-info .info2 {
  top: -60px;
  right: -60px;
  width: 120px;
  text-align: left;
}
#section2 .social-stat {
  margin-top: -300px;
  margin-bottom: 150px;
}
#section2 .social-stat ul {
  float: right;
  border-bottom: 1px solid #ff0000;
}
#section2 .social-stat ul li {
  display: block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
#section2 .social-stat ul li span {
  display: inline-block;
  margin-right: 20px;
  width: 104px;
  height: 42px;
  line-height: 50px;
  vertical-align: bottom;
}
#section2 .social-stat ul li span.yandex {
  background-image: url("../img/ya.png");
}
#section2 .social-stat ul li span.google {
  background-image: url("../img/gogl.png");
}
#section2 .social-stat ul li span.other {
  font-size: 30px;
  color: #5a5a5a;
  vertical-align: top;
}
#section3 h3 {
  font-size: 35px;
}
#section3 h2 {
  font-size: 90px;
  color: #ff0000;
}
#section3 h2,
#section3 h3 {
  margin: 0;
}
#section3 .bg-line {
  position: relative;
  width: 100%;
  height: 20px;
  background: #ff0000;
}
#section3 .bg-line:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -29px;
  width: 0;
  height: 0;
  margin: 0 auto;
  z-index: 1;
  border-style: solid;
  border-width: 30px 650px 0 650px;
  border-color: #ff0000 transparent transparent transparent;
}
#section3 #section3-wrapper {
  position: relative;
  background-image: url(../img/section2.jpg);
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  padding: 50px 0 100px;
}
#section3 #section3-wrapper ul li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 20px 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
}
#section3 #section3-wrapper ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #ff0000;
}
#section3 #section3-wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #ff0000;
  border-right: 1200px solid transparent;
}
#section3 #section3-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #ff0000;
  border-left: 1200px solid transparent;
}
#content .section#section3 {
  padding: 0;
}
#section4 {
  position: relative;
  background-color: #ff0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#970000));
  background: -webkit-linear-gradient(top, #ff0000, #970000);
  background: -moz-linear-gradient(top, #ff0000, #970000);
  background: -ms-linear-gradient(top, #ff0000, #970000);
  background: -o-linear-gradient(top, #ff0000, #970000);
  text-align: center;
}
#section4 h2 {
  font-size: 75px;
  color: #ffffff;
}
#section4 .section-link {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#section4 .table-box {
  padding: 50px 160px 50px 120px;
  text-align: left;
  background: url("../img/table-bg.png") center;
}
#section4 .table-box h4 {
  font-size: 50px;
  color: #ff0000;
}
#section4 .table-box h4.two {
  margin-top: 100px;
}
#section4 .table-box table td {
  border: 4px solid #222222;
  text-align: center;
  line-height: 1.6;
}
#section4 .table-box p {
  margin: 20px 0 0;
  font-size: 30px;
}
#section4 .table-box p.two i {
  font-style: normal;
  text-transform: uppercase;
}
#section4 .button-primary {
  width: 460px;
  margin: 80px auto 0;
}
#section5 h2 {
  color: #ff0000;
}
#section5 h3 {
  display: inline-block;
  font-size: 35px;
  margin: 0;
  padding: 8px;
  color: #ffffff;
  background: #ff0000;
}
#section5 h2,
#section5 h3 {
  text-transform: none;
  text-align: left;
}
#section5 .towns-list table {
  margin-top: 20px;
}
#section5 .towns-list table td {
  font-size: 14px;
}
#section5 .towns-list table td a {
  color: #222222;
}
#section5 #list2 {
  display: none;
}
#section5 #list2 table td {
  padding: 0 0 5px;
}
#section5 #list2 table tr.letter td {
  color: #ff0000;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
#section5 #more p {
  float: right;
  position: relative;
  margin: 20px 0 0;
  color: #ff0000;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}
#section5 #more p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 20px 80px 0 80px;
  border-color: #ff0000 transparent transparent transparent;
}
#section5 #more p:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#section5 #more .opened {
  color: #970000;
}
#section5 #more .opened:before {
  bottom: -15px;
  border-width: 15px 40px 0 40px;
}
#section6 h2 {
  display: inline-block;
  float: right;
  color: #ff0000;
  border-bottom: 4px solid #ff0000;
}
#section6 a.section-link {
  text-align: right;
  color: #ff0000;
  text-decoration: none;
}
#section6 #map {
  position: relative;
  width: 11136px;
  height: 580px;
  margin: auto;
  clear: right;
  background: url("../img/map.png");
}
#section6 #map .markers .marker {
  position: absolute;
  width: 28px;
  height: 52px;
  background: url("../img/marker.png");
}
#section6 #map .markers #marker1 {
  top: 100px;
  left: 160px;
}
#section6 #map .markers #marker2 {
  top: 200px;
  left: 250px;
}
#section6 #map .markers #marker3 {
  top: 240px;
  left: 270px;
}
#section6 #map .markers #marker4 {
  top: 260px;
  left: 220px;
}
#section6 #map .markers #marker5 {
  top: 300px;
  left: 290px;
}
#section6 #map .markers #marker6 {
  top: 330px;
  left: 320px;
}
#section6 #map .markers #marker7 {
  top: 360px;
  left: 345px;
}
#section6 #map .markers #marker8 {
  top: 460px;
  left: 295px;
}
#section6 #map .markers #marker9 {
  top: 55px;
  left: 620px;
}
#section6 #map .markers #marker10 {
  top: 85px;
  left: 550px;
}
#section6 #map .markers #marker11 {
  top: 105px;
  left: 625px;
}
#section6 #map .markers #marker12 {
  top: 150px;
  left: 627px;
}
#section6 #map .markers #marker13 {
  top: 145px;
  left: 614px;
}
#section6 #map .markers #marker14 {
  top: 170px;
  left: 590px;
}
#section6 #map .markers #marker15 {
  top: 220px;
  left: 640px;
}
#section6 #map .markers #marker16 {
  top: 245px;
  left: 660px;
}
#section6 #map .markers #marker17 {
  top: 400px;
  left: 580px;
}
#section6 #map .markers #marker18 {
  top: 230px;
  left: 520px;
}
#section6 #map .markers #marker19 {
  top: 226px;
  left: 570px;
}
#section6 #map .markers #marker20 {
  top: 200px;
  left: 540px;
  z-index: 2;
}
#section6 #map .markers #marker21 {
  top: 180px;
  left: 500px;
}
#section6 #map .markers #marker22 {
  top: 160px;
  left: 520px;
}
#section6 #map .markers #marker23 {
  top: 145px;
  left: 540px;
}
#section6 #map .markers #marker24 {
  top: 165px;
  left: 545px;
}
#section6 #map .markers #marker25 {
  top: 145px;
  left: 575px;
}
#section6 #map .markers #marker26 {
  top: 180px;
  left: 615px;
}
#section6 #map .markers #marker27 {
  top: 160px;
  left: 700px;
}
#section6 #map .markers #marker28 {
  top: 190px;
  left: 700px;
}
#section6 #map .markers #marker29 {
  top: 190px;
  left: 735px;
}
#section6 #map .markers #marker30 {
  top: 215px;
  left: 715px;
}
#section6 #map .markers #marker31 {
  top: 170px;
  left: 760px;
}
#section6 #map .markers #marker32 {
  top: 165px;
  left: 800px;
}
#section6 #map .markers #marker33 {
  top: 190px;
  left: 815px;
}
#section6 #map .markers #marker34 {
  top: 195px;
  left: 845px;
}
#section6 #map .markers #marker35 {
  top: 215px;
  left: 870px;
}
#section6 #map .markers #marker36 {
  top: 240px;
  left: 820px;
}
#section6 #map .markers #marker37 {
  top: 460px;
  left: 295px;
}
#section6 #map .markers #marker38 {
  top: 220px;
  left: 765px;
}
#section6 #map .markers #marker39 {
  top: 310px;
  left: 875px;
}
#section6 #map .markers #marker40 {
  top: 410px;
  left: 940px;
}
#section7 h2 {
  color: #ff0000;
}
#section7 .partners li {
  float: left;
  margin-left: 30px;
  margin-bottom: 15px;
}
#section7 .partners li a {
  display: block;
  width: 270px;
  height: 150px;
}
#section7 .partners li.first {
  margin-left: 0;
}
#section7 .partners #partner1 a {
  background: url("../img/logo1.jpg");
}
#section7 .partners #partner2 a {
  background: url("../img/logo2.jpg");
}
#section7 .partners #partner3 a {
  background: url("../img/logo3.jpg");
}
#section7 .partners #partner4 a {
  background: url("../img/logo4.jpg");
}
#section7 .partners #partner5 a {
  background: url("../img/logo5.jpg");
}
#section7 .partners #partner6 a {
  background: url("../img/logo6.jpg");
}
#section7 .partners #partner7 a {
  background: url("../img/logo7.jpg");
}
#section7 .partners #partner8 a {
  background: url("../img/logo8.jpg");
}
#section7 .partners #partner9 a {
  background: url("../img/logo9.jpg");
}
#section7 .partners #partner10 a {
  background: url("../img/logo10.jpg") no-repeat;
}
#section7 .partners #partner11 a {
  background: url("../img/logo11.jpg");
}
#section7 .partners #partner12 a {
  background: url("../img/logo12.jpg");
}
#section7 .partners #partner13 a {
  background: url("../img/logo13.jpg");
}
#section7 .partners #partner14 a {
  background: url("../img/logo14.jpg");
}
#section7 .partners #partner15 a {
  background: url("../img/logo15.jpg");
}
#section7 .partners #partner16 a {
  background: url("../img/logo16.jpg");
}
#section7 .partners #partner17 a {
  background: url("../img/logo17.jpg");
}
#section7 .partners #partner18 a {
  background: url("../img/logo18.jpg");
}
#section7 .partners #partner19 a {
  background: url("../img/logo19.jpg");
}
#section7 .partners #partner20 a {
  background: url("../img/logo20.jpg");
}
#section7 .partners #partner21 a {
  background: url("../img/logo21.jpg");
}
#section7 .partners #partner22 a {
  background: url("../img/logo22.jpg");
}
#section7 .partners #partner23 a {
  background: url("../img/logo23.jpg");
}
#section7 .partners #partner24 a {
  background: url("../img/logo24.jpg");
}
#section8 {
  background-color: #ff0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#970000));
  background: -webkit-linear-gradient(top, #ff0000, #970000);
  background: -moz-linear-gradient(top, #ff0000, #970000);
  background: -ms-linear-gradient(top, #ff0000, #970000);
  background: -o-linear-gradient(top, #ff0000, #970000);
}
#section8 h2 {
  color: #ffffff;
  text-transform: none;
}
#section8 h2 span {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
}
#section8 a.button-primary {
  width: 550px;
  margin: 100px auto 0;
}
header,
#section1,
#section2,
#section3-wrapper {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -khtml-background-size: cover;
  background-size: cover;
}
header,
header .header-caption .logo,
ul.numbers > li > span,
#section1,
#section2,
#section3-wrapper,
#section4 .table-box,
#section2 #grafic-box1,
#section2 #grafic-box2,
#section2 #grafic-box3,
#section2 #grafic-box4,
#section6 #map,
#section6 #map #markers .marker {
  background-repeat: no-repeat;
}
.modal-form p {
  line-height: 1.2;
  text-indent: 0;
}
#modal-form-order .column {
  width: 370px;
  padding: 0 15px;
}
#modal-form-order .button-send {
  font-size: 25px;
  -webkit-box-shadow: 0 15px 0 #ffffff;
  -moz-box-shadow: 0 15px 0 #ffffff;
  box-shadow: 0 15px 0 #ffffff;
}
#modal-form-order .button-send:hover {
  -webkit-box-shadow: 0 15px 0 #ffffff, 0 0 20px 8px rgba(255, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 0 #ffffff, 0 0 20px 8px rgba(255, 0, 0, 0.5);
  box-shadow: 0 15px 0 #ffffff, 0 0 20px 8px rgba(255, 0, 0, 0.5);
}
#modal-form-order .button-send:active,
#modal-form-order .button-send.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#modal-form-order input.p-left {
  display: inline-block;
}
#modal-info {
  height: 600px;
  margin-top: -300px;
}
#modal-info .modal-header .info-modal {
  font-size: 20px;
  color: #ff0000;
}
#modal-info .modal-content {
  text-align: left;
}
#modal-info .modal-content p {
  font-size: 20px;
  line-height: 1.4;
}
#modal-info .modal-content .num {
  font-family: 'helveticaneuecyrbold', sans-serif;
}
#modal-info .modal-content .num i {
  font-style: normal;
  color: #ff0000;
}
.captcha {
  width: 120px;
  height: 40px;
  background: url("../img/captcha.jpg") no-repeat;
}
.error {
  /*display: none;*/
  color: #ff0000;
  font-size: 14px;
}


.g-recaptcha {
	clear: both;
    padding: 0 15px;
}
